• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Tags
  3. google assistan
Log in to post
  • All categories
  • D

    Error Triggercmd Smart Home with google assistant

    Google Home
    • error problem google assistan commands link • Feb 16, 2023, 12:22 AM • Daniel Garcia Jul 27, 2024, 3:17 PM
    15
    1
    Votes
    15
    Posts
    2.2k
    Views

    R Jul 27, 2024, 3:17 PM

    Awesome @Valter-Santos ! Thanks for your patience, and for showing me this bug. I'm working on the fix now.

    EDIT: It should be fixed now, so it won't error even if you do have multiple triggers with the same name on the same computer.

  • T

    Run a HomeGenie macro(script, scene)

    Raspberry Pi
    • homegenie alexa google assistan raspberry pi • Jan 16, 2022, 2:46 PM • tuicemen Jan 16, 2022, 2:46 PM
    1
    0
    Votes
    1
    Posts
    728
    Views

    No one has replied

  • T

    Alexa Google Panic Alarm

    Raspberry Pi
    • google assistan alexa x10 homegenie raspberry pi • Jan 14, 2022, 6:28 PM • tuicemen Jan 23, 2022, 3:15 PM
    5
    0
    Votes
    5
    Posts
    1.1k
    Views

    T Jan 23, 2022, 3:15 PM

    Yesterday I did a clean up of my HomeGenie disabling things I thought I no longer needed. After this I tested my Panic Alarm and discovered there were a few things required that I had left out. These may have been set by default with the initial install of HomeGenie.

    Besides the Demo-Toggle Door having to be enabled the Virtual Modules Demo program must also be enabled. As well the Automation.Demo 2 "DoorSensor" need to have the options to "Use as security sensor" and "Also trigger when armed Home" checked. The Automation.Demo 2 "DoorSensor" has to be in the closed condition prior to arming the security widget or you will need to send 2 panic calls
  • T

    Arm/Disarm Security system via Google/Alexa

    Raspberry Pi
    • homegenie x10 alexa google assistan raspberry pi • Jan 14, 2022, 6:27 PM • tuicemen Jan 15, 2022, 9:42 PM
    3
    0
    Votes
    3
    Posts
    1.0k
    Views

    T Jan 15, 2022, 9:42 PM

    Here's the command to arm the HG security system widget to armed home.

    curl http://HGAddress/api/HomeAutomation.HomeGenie.Automation/90/Control.ArmHome
  • T

    Check DuckDNS connection status/update

    Raspberry Pi
    • homegenie alexa google assistan raspberry pi • Jan 13, 2022, 8:05 PM • tuicemen Jan 13, 2022, 8:05 PM
    1
    1
    Votes
    1
    Posts
    1.6k
    Views

    No one has replied

  • T

    Say room temperature and humidity

    Raspberry Pi
    • raspberry pi alexa google assistan • Jan 11, 2022, 9:50 PM • tuicemen Jan 13, 2022, 5:16 PM
    9
    0
    Votes
    9
    Posts
    1.8k
    Views

    T Jan 13, 2022, 5:16 PM

    If your like me and find the decimal point in the return a bit confusing you can change the line

    os.system('~/.TRIGGERcmdData/sendresult.sh ' + 'Temp={0:0.1f} Humidity={1:0.1f}'.format(t,h))

    to

    os.system('~/.TRIGGERcmdData/sendresult.sh ' + 'Temp={0:0.0f} Humidity={1:0.0f}'.format(t,h))

    if you wish the return to send a Fahrenheit value instead of Celsius you can add the line

    t = (t* 1.8) + 32

    just after the line

    #Print Temperature and Humidity on Shell window
  • T

    Add quick link to TRIGGERcmd navigation

    General Discussion
    • feature request alexa google assistan • Jan 11, 2022, 1:46 PM • tuicemen Jan 15, 2022, 5:34 PM
    7
    0
    Votes
    7
    Posts
    1.2k
    Views

    T Jan 15, 2022, 5:34 PM

    @russ Perfect! Thanks.

  • T

    Different word options for Alexa/ Google on/off commands

    General Discussion
    • alexa google assistan • Jan 10, 2022, 7:13 PM • tuicemen Jan 10, 2022, 7:13 PM
    1
    0
    Votes
    1
    Posts
    638
    Views

    No one has replied

  • T

    Feature request: Add ability to Dim with Alexa & Google

    General Discussion
    • feature request google assistan alexa • Jan 10, 2022, 3:15 PM • tuicemen Feb 6, 2022, 6:00 PM
    13
    0
    Votes
    13
    Posts
    2.0k
    Views

    R Feb 6, 2022, 6:00 PM

    @tuicemen,

    This is actually wrong ^. "deviceType":"light" is not a thing.

    If adding that made it work, it's because when you change a command, TRIGGERcmd deletes and re-creates the Alexa smart home device. That needed to happen for the Alexa device associated with your command to have the new brightness feature.

    Sorry I didn't tell you that sooner. Any newly created commands will have the new brightness and color features. Old commands just need to be changed so they get re-created. Or you can delete and re-discover them at https://alexa.amazon.com.

    Also btw, only Alexa supports brightness and color so far. I'll look into Google Assistant soon.

    EDIT 3/21/22: The "TRIGGERcmd Smart Home" action on Google Assistant supports color and brightness now too.

  • T

    HomeGenie X10 control with single bash script

    Raspberry Pi
    • raspberry pi google assistan alexa homegenie x10 • Jan 7, 2022, 6:59 PM • tuicemen Feb 6, 2022, 8:49 PM
    15
    0
    Votes
    15
    Posts
    2.9k
    Views

    T Feb 6, 2022, 8:49 PM

    @russ thanks, I removed the deviceType from my json file and had Alexa rediscover and they do still dim. I edited my previous post.
    It should be noted that using dim turns the device to that value. So if you turn a light on (100%) then say dim 20% it doesn't set the light level to 80 but instead sets the light level to 20.
    At least that's the way it works for HG.

  • R

    YOUR Alexa/Google Assistant account to YOUR TRIGGERcmd account

    Instructions
    • troubleshooting alexa google assistan google home hub • Dec 19, 2020, 2:50 AM • Russ Jan 7, 2022, 9:51 PM
    3
    0
    Votes
    3
    Posts
    767
    Views

    R Jan 7, 2022, 9:51 PM

    @tuicemen, good questions.

    You can link 1 Google account AND 1 Amazon account simultaneously to 1 TRIGGERcmd account. Yes, if you use 2 Amazon accounts you'll need 2 TRIGGERcmd accounts.